services.podman.containers.<name>.environment

Environment variables to set in the container.

Type
attribute set of (null or boolean or signed integer or string or absolute path or list of (null or boolean or signed integer or string or absolute path))
Default
{ }
Example
{
  VAR1 = "0:100";
  VAR2 = true;
  VAR3 = 5;
}
Declared
<home-manager/modules/services/podman/linux/containers.nix>